<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
}

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: Arial;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

video, embed, iframe {
  width: 100%;
}

img {
  border: none !important;
  vertical-align: middle; max-width: 100% !important; height: auto !important;
}

input[type="button"], input[type="text"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  outline: none;
}

.pcnone{
  display: none;
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*鍏煎 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.flex{
  display: flex;
  flex-flow: row wrap;
}

/*t鍥剧墖鏍峰紡*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}

/*鏂囧瓧瓒呭嚭闅愯棌*/
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

}

.dot2 {

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wal {
  width: 1340px;
  margin: 0px auto;
}



/*--------------------------------------------------------------
# 澶撮儴Header
--------------------------------------------------------------*/


/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #085CBC;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: #085CBC;
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/

.main-menu-wrapper-logo {
  position: relative;
}

.main-header-logo a .logo{
  height: 60px;
  padding: 15px 0;
}

.main-header {
  width: 100%;
  display: block;
  height: 125px;
/*  line-height: 80px;*/
}

.main-header.stricky-fixed {
    position: fixed;
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
}

.mobile-nav-toggler{
  display: none;
}

.main-header .main-header-content .main-header-top .wal{
  
  justify-content: space-between;
}

.main-header-top{
/*  background: url(../images/headtopbg.jpg) no-repeat center;*/
}


.main-header-tel .tel-box{
  height:100%;
  align-items: center;
  align-content: center;
  margin-left: 60px;
  color: #777;
}
.main-header-tel .tel-box:nth-child(1) {
  margin-left: 0;
}
.main-header-tel .tel-box img{
  margin-right: 15px;
}
.main-header-tel .tel-box .tel-right{
  align-content: space-between;
}
.main-header-tel .tel-box p{
   width: 100%;
}
.main-header-tel .tel-box b{
  width: 100%;
  font-size: 22px;
  color:#085CBC;
}
.main-header .main-menu-wrapper{
  width: calc(100% - 450px);

}
.main-header .main-menu-wrapper &gt; .wal{
  justify-content: space-between;
}
.main-header .main-menu-list{
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
}
.main-header .main-menu-list &gt; li{
  width: calc(14.28% - 1px);
  text-align: center;
  position: relative;
  font-size: 17px;
  line-height: 18px;
  padding: 36px 0;
}
.main-header .main-menu-list &gt; li:hover {
  background: #00adf6;
}
.main-header .main-menu-list &gt; li &gt; a{
  display: block;
  width: 100%;
  height: 100%;
}
/*.main-header .main-menu-list &gt; li:hover ,
.main-header .main-menu-list &gt; li.on{
  background: #085CBC;
  color: #fff;
  border-radius: 40px;
}*/

.main-header .main-menu-list &gt; li:hover &gt; a,
.main-header .main-menu-list &gt; li.on &gt; a{
  color: #fff;
}
.main-header .main-menu-list &gt; li.on {
  background: #00adf6;
}

.main-header .main-menu-list &gt; li &gt; ul{
  display: none;
  position: absolute;
  top: calc(100% + 0px);
  left: 0px;
  z-index: 99;
  background: rgba(255,255,255,1);
  min-width: 100%;
  width: 390px;
  font-size: 16px;
  line-height: 140%;
 
  box-shadow: 0 0 5px #dfdfdf;
}

.main-header .main-menu-list &gt; li &gt; ul li{
  padding: 5px 0;
  line-height: 30px;
  margin: 0 15px;
  border-bottom: 1px dashed #d4d4d4;
  font-size: 14px;
  text-align: left;
}
.main-header .main-menu-list &gt; li &gt; ul li:nth-child(1) {
  margin-top: 10px;

}

.main-header .main-menu-list &gt; li &gt; ul li:last-child {
  margin-bottom: 10px;
  border: none;
}
.main-header .main-menu-list &gt; li:hover &gt; ul{
  display: block;
}

.main-header .main-menu-list &gt; li &gt; ul li:hover a{
  color: #085CBC;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
  z-index: 999;
  visibility: hidden;
}

.mobile-nav-wrapper .wal {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav-wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.mobile-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav-content {
  width: 300px;
  background-color: #00adf6;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav-content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav-content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav-close {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 18px;
  color: var(--thm-text-dark);
  cursor: pointer;
}

.mobile-nav-close i {
  color: #fff;
}

.mobile-nav-content .main-menu-list,
.mobile-nav-content .main-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}



.mobile-nav-content .main-menu-list &gt; li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-content .main-menu-list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--thm-font);
  font-weight: 500;
  height: 56px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav-content .main-menu-list ul {
  display: none;
  background: rgba(255,255,255,0.1);
}
.mobile-nav-content .main-menu-list ul li{
  border:none;
}
.mobile-nav-content .main-menu-list ul li a{
  height: auto;
  line-height: 25px;
  padding: 7px;
}
.mobile-nav-content .main-menu-list li a.expanded {
/*  color: rgba(255, 255, 255, .7);*/
}

.mobile-nav-content .main-menu-list li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #085CBC;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav-content .main-menu-list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #085CBC;
}

.mobile-nav-content .main-menu-list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav-content .main-menu-list li.cart-btn i {
  font-size: 16px;
}


.mobile-nav-wal {
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.mobile-nav-wal .main-logo,
.mobile-nav-wal .topbar-buttons,
.mobile-nav-wal .main-menu-language,
.mobile-nav-wal .main-menu-login {
  display: none;
}

/*head_top*/
.head_top{
  height: 35px;
  line-height: 35px;
  background: #f1f1f1;
  font-size: 15px;
}
.head_top .wal{
  justify-content: space-between;
}

.main-menu-list .cn{
  display: flex;
  flex-flow: row wrap;
  color: #fff;
  height: 56px;
    line-height: 56px;
}
.stricky-fixed .main-menu-list .cn{
  color: #666;
}
.main-menu-list .cn a{
  display: flex;
  flex-flow: row wrap;
  padding: 0 10px;
}
.main-menu-list .left &gt; li .yiji span{
  display: none;
}
/*棣栭〉banner鍥� start*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  position: relative;
  overflow: hidden;
}

#banner .swiper-slide img {
  width: 100%;
  position: relative;
}

#banner .swiper-slide .scalePic {
  display: block;
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: ease;
  transition-delay: .2s;
}


#banner .swiper-slide-active .scalePic {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 60px;
  font-size: 20px;
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;
}

#banner .swiper-button:hover {
  background: #085CBC;
}

.btn-prev {
  left: 5%;
}

.btn-prev img, .btn-next img {
  width: 80%;
}

.btn-next {
  right: 5%;
}

/* #banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #085CBC;
  width: 40px;
  transition-delay: 0s;
} */

#banner .swiper-container-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

#banner .swiper-slide .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0;
  margin: 0 auto;
}

.banner-slide-content {
  position: relative;
  z-index: 9;
}



.banner-slide-content span {
  color: #fff;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.banner-slide-content .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;

  text-transform: capitalize;
}


.banner-slide-content p {

  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #fff;


}



#banner_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 15px;
  background: #fff;
  opacity: 0.5;

}

#banner_pagination .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

#banner_pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  opacity: 1;

  background: rgba(255, 255, 255, 1);
}

#banner_pagination .swiper-pagination-bullet {
  position: relative;
}

#banner_pagination .swiper-pagination-bullet .left {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  margin: auto;
  width: 12px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 20px 0 0 20px;
  border-right: 0;
  box-sizing: border-box;
}

#banner_pagination .swiper-pagination-bullet .right {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  right: -7px;
  margin: auto;
  width: 15px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0 20px 20px 0;
  border-left: 0;
  box-sizing: border-box;
}

#banner_pagination .swiper-pagination-bullet-active .left {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .right {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateleft;
}

#banner_pagination .swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateright;
}

@keyframes gyrateright {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes gyrateleft {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.banner_txt {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #333;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner_txt p {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size: 42px;
  color: #333;
  margin: 30px 0;
  text-shadow: none;
}

.banner_txt span {
  color: #666;
  font-size: 26px;
  display: block;
  text-shadow: none;
}

.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #999;
  border: 1px solid #999;
  border-radius: 38px;
  text-shadow: none;
}

.banner-more:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.banner-more:hover::after {
  margin-left: 13px;
}


/*棣栭〉banner鍥� end*/


.main_title{
  margin-bottom: 30px;
  position: relative;
}
.main_title b{
  font-size: 55px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: #dfdfdf;
  margin: 15px 0;
}
.main_title b span{
  color: #333;
  font-size: 45px;
  padding-right: 10px;
  position: relative;
  top: -5px;
}
.main_title &gt; span{
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background: #00adf6;
  font-size: 17px;
  padding: 0 20px;
  color: #fff;
  margin-bottom: 10px;
}
.main_title em{
  display: block;
  width: 80px;
  height: 5px;
  background: #00adf6;
}
/*product start*/
.product{
  position: relative;
  padding: 60px 0 0;
  background: url(../images/probg.png) no-repeat center bottom #F2F7FC;
}

.product .wal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product_fl {
  width: 660px;
  padding-right: 60px; 
}

.product_fr {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.product_en {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  line-height: 80px;
  color: #333;
  margin-bottom: 30px;
}
.product_name{
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}
.product_txt {
  font-size: 17px;
  line-height: 32px;
  text-align: justify;
}

.product_icon {
  margin-top: 40px;
}

.product_icon ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  align-content: center;
  padding: 0;
  margin: 0;
}

.product_icon ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;


}

.product_icon ul li a {
  color: #666;
  text-decoration: none;
  display: block;
}


.product_icon ul li a:hover img {
/*  filter: grayscale(100%);*/
  filter:brightness(100)
}

.product_icon ul li div {
  border: 1px solid #00adf6;
  border-radius: 10px;
  padding: 10px;
}

.product_icon ul li a:hover div {
  background: #00adf6;
}

.product_icon ul li p {
  margin-top: 15px;
  font-size: 20px;
}

.pro_bottom{
  padding: 60px 0;
  position: relative;
}

.pro_bottom .swiper-button-next {
  position: absolute;
  top: 200px;
  right: -80px;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background:#bbb;
  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 50px;
  font-size: 26px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
  margin-top: 0;
  border-radius: 50px;
}

.pro_bottom .swiper-button-prev {
  position: absolute;
  top: 200px;
  left: -80px;
  right: auto;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background:#bbb;
  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 50px;
  font-size: 26px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
  margin-top: 0;
  border-radius: 50px;
}
.pro_bottom .swiper-button-next i.fa,.product .swiper-button-prev i.fa{
  color: #fff;
  font-size: 30px;
  line-height: 39px;
}
.pro_bottom .swiper-button-next i.fa{
  position: relative;
  left: 2px;
}
.pro_bottom .swiper-button-prev:hover, .pro_bottom .swiper-button-next:hover {
  background: #00ADF6;
}

.pro_bottom .swiper-button-prev:hover i.fa, .pro_bottom .swiper-button-next:hover i.fa {
  color: #fff;
}

.pro_txt{
  width: 100%;
  padding: 10px 15px;
  background: #fff;
}

.pro_txt b.pro_title{
  font-size: 18px;
  color: #333;
}

.pro_txt p{
  font-size: 15px;
  color: #888;
  line-height: 30px;
}
.pro_bottom .swiper-container .swiper-slide .img{
  width: 100%;
  overflow: hidden;
}
.pro_bottom .swiper-container .swiper-slide .img img{
  width: 100%;
  width: 100%;display: block;transition:.5s ease-in;
}
.pro_bottom .swiper-container .swiper-slide:hover img {
  transform:scale(1.1,1.1);
}
.pro_bottom .swiper-container .swiper-slide:hover .pro_txt{
  background: #00ADF6;
}

.pro_bottom .swiper-container .swiper-slide:hover .pro_txt b,
.pro_bottom .swiper-container .swiper-slide:hover .pro_txt p{
   color: #fff;
}

/*company start*/
.about { 
  padding:70px 0; 
  background: url(../images/combg.jpg) no-repeat center;
} 
.about-box{ 
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
}
.about_fl{
  width:560px;
}
.ab_txt { 
  font-size: 16px; 
  line-height: 35px; 
  color: #666;
  text-indent: 2em;
  text-align: justify;
}
.about_fr{ 
  overflow: hidden;
  width: 480px;
  margin-top: 55px;
}
.ab_list2{ 
  display: flex; 
  flex-wrap: wrap; 
  align-items: center;
  justify-content: center; 
  margin-top:50px;
}
.ab_list2 li{ 
  flex: 1; 
  cursor: pointer; 
  color:#333;  
  text-align: center; 
  border-right: 1px solid #dedede;
  -webkit-transition:transform .3s;
  transition:transform .3s; 
  font-size: 16px; 
  padding:30px 20px; 
  position: relative;
}
.ab_list2 li:before{
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  width: 2px;
  height: 30%;
  background: #DA241C;
  z-index: 1;
}
.ab_list2 li:first-child {
  border-left: 1px solid #dedede;
}
.ab_list2 li b { 
  margin-bottom: 30px; 
  font-size: 52px; 
  color: #0758B0;
}
.ab_list2 li b i { 
  font-size: 24px; 
  font-weight: normal;
}
.ab_list2 span { display: block; line-height: 32px; text-transform: uppercase; font-size: 17px; color: #666;}
.ab_list2 li:hover{-webkit-transform:translate(0,-10px);transform:translate(0,-10px);}
.more_a2 { display: inline-block; line-height: 35px; padding: 0px 30px; color: #fff; position: relative; transition: all 0.8s ease 0s; font-size: 16px; margin: 20px 0 0; }
.more_a2 span { display: inline-block; position: relative; z-index: 2; }
.more_a2::before { content: ""; position: absolute; left: 0px; bottom: 0px; background:#00adf6; width: 100%; height: 100%; transition: all 0.3s ease 0s; }
.more_a2:hover::before { height:1px; color: #00adf6; }
.more_a2:hover { color: #00adf6;}

.about_lx{
  width: 100%;
  
}
.about_lx ul{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.about_lx ul li{
  padding: 60px 0;
  width:calc(100% / 3 );
  border-right: rgba(255,255,255,0.4);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.about_lx ul li:nth-child(1){
  background: #00adf6;
}
.about_lx ul li:nth-child(2){
  background: #006AB5;
}
.about_lx ul li:nth-child(3){
  background: #0D58AF;
}
.about_lx ul li p{
  width: 100%;
  font-size: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.about_lx ul li p img{
  padding-right: 10px;
}

.about_lx ul li b{
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  font-family: Arial;
  text-align: center;
  color: #fff;
  line-height: 180%;
}

 .about_lx ul li:hover {
  opacity: 0.9;
  cursor: pointer;
 }
.hover-flash:before {
  content: ' ';
  position: absolute;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
  width: 100px;
  height: 100%;
  top: 0;
  left: -800px;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: skewX(-35deg);
  transform: skewX(-35deg);
}
.hover-flash:hover:before {
 width: 45px;
 left: 800px;
}
/*case*/
.cases{
  padding: 60px 0 0;
}

.cases .swiper-container {
  margin-top: 30px;
  padding-bottom: 130px;
  position: relative;
}

.cases .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute;

}

.cases .swiper-slide a {
  color: #fff;
}

.cases .swiper-slide p {
  font-size: 20px;

  display: flex;
  align-items: center;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=100);
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(0, 173, 246, .8);
}

.cases .swiper-slide .upbg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
 

  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
  filter: alpha(opacity=0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.cases .swiper-slide .upbg b {
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
  font-weight: normal;
}

.cases .swiper-slide .upbg span {
  display: block;
  padding: 0 30px;
}
.cases .swiper-slide a{
  overflow: hidden;
  display: block;
}
.cases .swiper-slide a &gt; span {
  overflow: hidden;
  display: block;
  width: 100%;
  padding-bottom: 150%;
   transition: all 0.3s;

}


.cases .swiper-slide a:hover span {
  transform: scale(1.1);
}

.cases .swiper-slide a:hover .upbg {
   transform: translateY(0) scale(0);
  -webkit-transform: translateY(0) scale(0);
  opacity: 0;
  -webkit-transform: translateY(0) scale(1);
}

.cases .swiper-slide a:hover p {
  
  opacity: 1;
  
}

.cases .swiper-button-next, .cases .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: calc(50% + 40px);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: #00ADF6;

  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 55px;
  font-size: 30px;
  line-height: 55px;
  height: 55px;
  transition: all .5s ease;
  outline: none;
  margin-top: 0;
}

.cases .swiper-button-prev {
  left: calc(50% - 40px);
}

.cases .swiper-button-next:hover, .cases .swiper-button-prev:hover {
  background: #006AB5;
}

.cases .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #00adf6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.cases .swiper-container-horizontal&gt;.swiper-pagination-progressbar {
  width: 100%;
  height: 8px;
  left: 0;
  top: 0;
}

/* 浼樺娍 */
.ys {
  background: url(../images/fanga.jpg) no-repeat;
  background-size: 100%;
  padding-top:80px;
  padding-bottom: 0px;
}

.ys_con {
  margin-top: 60px;
  background: #fff;
  padding: 30px;
}

.zzsc {
  width: 100%;
  height: auto;
  margin: 20px auto;
}

.zzsc .tab {
  overflow: hidden;


}


.zzsc .tab a {
  display: block;
  font-size: 28px;
  padding: 30px 0;

  width: calc(25% - 10px);
  color: #333;
  background: #fff;
  margin: 0 5px;
  text-align: center;
  float: left;
  text-decoration: none;
  transition: all .3s;
}

.zzsc .tab a span {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
  margin-top: 10px;
}



.zzsc .tab a.on {
  background-color: #00adf6;
  color: #fff;
}

.zzsc .tab a.on span {
  color: #fff;
}

.zzsc .co {
  overflow: hidden;
  margin: 5px;


}

.zzsc .co&gt;ul {
  margin-top: 30px;

}

.zzsc .co li {
  display: none;
  width: 100%;
  list-style: none;
  position: relative;
}

.ys_list {
  margin-top: 40px;

}

.ys_list_right {
  float: left;
  width: 50%;

}

.ys_list_left {
  float: right;
  width: 50%;
  padding: 40px 5%;
  background: #ffffff;
  line-height: 24px;
  font-size: 14px;
  color: #585657;


}

.ys_list_left i {
  font-size: 60px;
  line-height: 60px;
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #00adf6;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.ys_list_left b {
  color: #444;
  font-size: 40px;
  display: inline-block;
  padding-left:20px;
}

.ys_list_left span {
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin: 30px 0;
}

.ys_list_left p {
  font-size: 16px;
  padding-top: 10px;
  line-height: 26px;
  color: #666;
}

.ys_list_left a {
  display: block;
  padding-top: 10px;
  color: #C21125;
}


/*new start*/
.news { padding: 60px 0;background:url(../images/n_bg.jpg) no-repeat center;background-size: 100%; }
.news_box {width: 70%;}
.news-con { float: left; width: 50%; }
.news-con a { 
  display: block; 
  margin-right: 30px;
  padding-bottom: 14px;
  border-bottom: 3px solid #00adf6;
}
.news-con a b { 
  font-size: 17px; 
  display: block; 
  margin: 15px 0 10px; 
  color: #333;
  display:block;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
}
.news-con p{ 
  line-height: 26px; 
  color: #666;
  display: -webkit-box;  
  overflow: hidden; 
  -webkit-line-clamp: 2 ;
  -webkit-box-orient: vertical; 
  text-overflow: ellipsis;
  font-size: 15px;
}
.news-con a:hover b { 
  color: #00adf6;
}
.news_fl_list {  
  margin-right: 30px; 
  background: #fff; 
  display: flex; 
  flex-wrap: wrap;   
  padding: 20px 0;  
  border-top: 1px solid #f1f1f1;
}
.news_fl_list a { 
  display: block; 
  color: #333; 
  font-size: 16px;  
  width:calc(100% - 20px) ;
  margin: 7px 0;
}
.news_fl_list a span { 
  float: right; 
  color: #999;
}
.news_fl_list a:hover { 
  color: #00adf6;
}
.news_fr { 
  width: 30%; 
  background: #F1F2F6; 
  overflow: hidden;
}
.news_fr a { 
  display: block; 
  padding:30px 20px; 
  border-bottom: 1px solid #FAFAFA;
}
.news_fr .news-tit { 
  overflow: hidden; 
  text-overflow: ellipsis; 
  white-space: nowrap; 
  font-size: 16px; 
  color: #333; 
}

.news_fr span { margin-right: 15px; color: #999;}
.news_fr a:hover { background: #00adf6}
.news_fr a:hover .news-tit{
  color: #fff;
}

/*footer*/
.footer {
  background: url(../images/footbg.jpg) no-repeat center;
  background-size: 100%;

}

.foot {
  padding: 60px 0;

}

.foot b {
  font-size: 22px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.foot span {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  padding-right: 8px;
}

.foot .ft-nav {
  width: 40%;
}

.foot .ft-nav li {

  float: left;
  margin-bottom: 22px;
  width: 50%;
}

.foot .ft-nav li a {
  font-size: 16px;
  display: block;
  color: #fff;
}

.foot .ft-nav li a:hover {
  color: #999;
}

.foot .ft-contact {
  width: 35%;
  margin-left: 5%;
}

.foot .ft-contact p {
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 22px;
}

.foot .footer_center {
  margin-top: 62px;
  display: flex;

  justify-content: center;
  flex-direction: column;
}

.foot .ewm {

  width: 132px;
}

.foot .ewm img {
  max-width: 120px;



}

.foot .ewm p {
  margin-top: 10px;
  text-align: center;
  color: #fff;
}

.copyright {
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .2);
}
.foot_bot{
  background: #77b6eb;
  border-top: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.8);
}

.foot_bot .wal{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 10px 0;
  line-height: 20px;
}

.foot_bot a{
  color: rgba(255,255,255,0.8);
}
.copyright a {
  color: #fff;
}
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  right: 65px;
  bottom: 65px;
  background:url(../images/jtup.png) no-repeat center #999;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
}


.back-to-top:hover {
  color: #fff;
  background:url(../images/jtup.png) no-repeat center #085CBC;
  transition: background 0.2s ease-in-out;
}
</pre></body></html>